SG Window | Window Object |
SetPosition Method |
Properties Methods Events Constants Error Codes |
Sets window's position and size in one step.
object.SetPosition(left As Single, top As Single, width As Single, height As Single)
Part | Description |
object | The object is expression that evaluates to Window object |
left | Required. Specifies new left window coordinate. |
top | Required. Specifies new top window coordinate. |
width | Required. Specifies new window width. |
height | Required. Specifies new window height. |
All coordinates are in pixels and relative to parent window client area.